home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / t04.bat < prev    next >
DOS Batch File  |  1993-11-30  |  73b  |  4 lines

  1. @echo off
  2. echo test basic assembler syntax handling
  3. as t04.s -o t04.o
  4.